Skip to content

dep-update: bump serde_qs from 0.15.0 to 1.0.0#135

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/serde_qs-1.0.0
Closed

dep-update: bump serde_qs from 0.15.0 to 1.0.0#135
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/serde_qs-1.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 3, 2026

Bumps serde_qs from 0.15.0 to 1.0.0.

Release notes

Sourced from serde_qs's releases.

v1.0.0

Other

  • fix typos and improve clarity in documentation comments (#157)

v1.0.0-rc.5

Other

  • fix typos and improve clarity in documentation comments (#157)

v1.0.0-rc.4

Other

  • Bump warp (#156)
  • Update deserialization logic + add principles. (#147)
  • Bump MSRV + add profiling examples (#154)

v1.0.0-rc.3

Other

  • Error when hitting serialization max depth (#144)
  • Deserialize empty value as bool=true (#142)

v1.0.0-rc.2

Other

  • Cleanup of web utils remove redundant OptionalQsQuery (since Option<T> now works) and add QsForm (#140)
  • More tests / minor change to field encoding (#139)

v1.0.0-rc.1

Other

  • Fix maps with integer keys. (#138)
  • Support explicit serialization formatting for arrays. (#137)
  • v1 changelog (and more tests) (#135)

v1.0.0-rc.0

Release candidate for stable v1 release

This release constitutes an full, incremental rewrite of v0.15 (the core of which was written about 8 years ago).

Changes

The rewrite:

  • addresses numerous existing bugs and feature requests
  • expands support for many more tyype
  • ensures most types roundtrip (ser -> de) correctly, with an extensive test suite to check
  • implements numerous performance optimizations, resulting in ~3x speedup and times generally in the sub-microsecond range.
  • simplifies a ton of the internal code, removing unnecessary de/serialization abstractions

... (truncated)

Changelog

Sourced from serde_qs's changelog.

1.0.0 - 2026-01-09

Other

  • fix typos and improve clarity in documentation comments (#157)

1.0.0-rc.4 - 2025-12-14

Other

  • Bump warp (#156)
  • Update deserialization logic + add principles. (#147)
  • Bump MSRV + add profiling examples (#154)

1.0.0-rc.3 - 2025-05-27

Other

  • Error when hitting serialization max depth (#144)
  • Deserialize empty value as bool=true (#142)

1.0.0-rc.2 - 2025-05-27

Other

  • Cleanup of web utils remove redundant OptionalQsQuery (since Option<T> now works) and add QsForm (#140)
  • More tests / minor change to field encoding (#139)

1.0.0-rc.1 - 2025-05-26

Other

  • Fix maps with integer keys. (#138)
  • Support explicit serialization formatting for arrays. (#137)
  • v1 changelog (and more tests) (#135)

1.0.0-rc.0 - 2025-05-26

This release constitutes an full, incremental rewrite of v0.15 (the core of which was written about 8 years ago).

Changes

The rewrite:

  • addresses numerous existing bugs and feature requests
  • expands support for many more types
  • ensures most types roundtrip (ser -> de) correctly, with an extensive test suite to check
  • implements numerous performance optimizations, resulting in ~3x speedup and times generally in the sub-microsecond range.
  • simplifies a ton of the internal code, removing unnecessary de/serialization abstractions

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 3, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/serde_qs-1.0.0 branch from 62218b9 to 7df8e56 Compare February 4, 2026 11:04
Bumps [serde_qs](https://github.com/samscott89/serde_qs) from 0.15.0 to 1.0.0.
- [Release notes](https://github.com/samscott89/serde_qs/releases)
- [Changelog](https://github.com/samscott89/serde_qs/blob/main/CHANGELOG.md)
- [Commits](samscott89/serde_qs@v0.15.0...v1.0.0)

---
updated-dependencies:
- dependency-name: serde_qs
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot force-pushed the dependabot/cargo/serde_qs-1.0.0 branch from 7df8e56 to f07f001 Compare February 20, 2026 08:07
Copy link
Copy Markdown
Member

@sighphyre sighphyre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Blocking this one for a bit. This is touches a space that we've historically broken a lot. Just want to do some sanity checking before we accept it

Copy link
Copy Markdown
Member

@sighphyre sighphyre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Blocking this one for a bit, this is a space that we've historically broken a lot. Just want to sanity check before we accept

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 23, 2026

Superseded by #146.

@dependabot dependabot Bot closed this Mar 23, 2026
@dependabot dependabot Bot deleted the dependabot/cargo/serde_qs-1.0.0 branch March 23, 2026 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant